home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 1
/
LIGHT-ROM 1 (Amiga Library Services)(1994).iso
/
ffdisks
/
d936.lha
/
TKEd
/
ErrorTools.lha
/
ErrorTools
/
Lattice_C
/
compile
next >
Wrap
AmigaDOS Script File
|
1992-10-28
|
330b
|
17 lines
.KEY Datei/A
Echo "Compiling <Datei> ..."
type env:sascopts
cd LC:
lc:lc >T:Err -L <Datei>
Echo "Converting Error File ..."
TKEd:CmdTools/LatticeErrToTKEd
if warn
Echo "->Errors occured!*N"
endif
Echo "Deleting temporary file ..."
Delete T:Err
Echo "Deleting compiler files ..."
TKEd:CmdTools/DeleteLnk <Datei>
Echo "Ready."